ComponentOne ASP.NET MVC Controls
LayoutBaseBuilder<TControl,TBuilder> Class
Members 

C1.Web.Mvc.Fluent Namespace : LayoutBaseBuilder<TControl,TBuilder> Class
Defines a builder to configurate C1.Web.Mvc.LayoutBase.
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public MustInherit Class LayoutBaseBuilder
    (Of TControl As LayoutBase,
     TBuilder As LayoutBaseBuilder(Of TControl,TBuilder)) 
   Inherits ServiceBuilder(Of TControl,TBuilder)
   Implements ITemplateBuilder(Of TBuilder) 
[EditorBrowsable(EditorBrowsableState.Never)]
public abstract class LayoutBaseBuilder<TControl,TBuilder> : ServiceBuilder<TControl,TBuilder>, ITemplateBuilder<TBuilder>  
where TControl: LayoutBase
where TBuilder: LayoutBaseBuilder<TControl,TBuilder>
Type Parameters
TControl
TBuilder
Inheritance Hierarchy

System.Object
      C1.Web.Mvc.Fluent.BaseBuilder<TObject,TBuilder>
         C1.Web.Mvc.Fluent.ComponentBuilder<TControl,TBuilder>
            C1.Web.Mvc.Fluent.ServiceBuilder<TControl,TBuilder>
               C1.Web.Mvc.Fluent.LayoutBaseBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.GridLayoutBuilder<TControl,TBuilder>
                  C1.Web.Mvc.Fluent.SplitLayoutBuilder

See Also

Reference

LayoutBaseBuilder<TControl,TBuilder> Members
C1.Web.Mvc.Fluent Namespace